home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / maxfreq2.zip / THISTIME.ZIP / TESTTHIS.BAT next >
DOS Batch File  |  1991-09-06  |  216b  |  11 lines

  1. @echo off
  2. thistime test 3
  3. if errorlevel 1 goto DoIt
  4. echo "Nope ... not yet ... not passed the threshold yet ..."
  5. goto ReJoinBranches
  6. :DoIt
  7. echo "Okay ... do it ... ONE TIME!"
  8. :ReJoinBranches
  9. pause
  10. TestThis
  11.